New upstream release
authorSimon McVittie <smcv@debian.org>
Thu, 23 Aug 2018 12:17:56 +0000 (13:17 +0100)
committerSimon McVittie <smcv@debian.org>
Thu, 23 Aug 2018 12:17:56 +0000 (13:17 +0100)
  - d/p/debian/Skip-test-pull-repeated-during-CI.patch:
    Drop, applied upstream
  - d/copyright: Update

debian/changelog
debian/copyright
debian/patches/lib-pull-Fix-minor-memleak-in-error-path.patch [deleted file]
debian/patches/series

index 038c16c727c39293bb64e248989e28253a73c397..07d60fcbcfec0e67ec23655944ae4602a6d1a373 100644 (file)
@@ -1,3 +1,12 @@
+ostree (2018.8-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+    - d/p/debian/Skip-test-pull-repeated-during-CI.patch:
+      Drop, applied upstream
+    - d/copyright: Update
+
+ -- Simon McVittie <smcv@debian.org>  Thu, 23 Aug 2018 13:17:19 +0100
+
 ostree (2018.7-2) unstable; urgency=medium
 
   * d/p/debian/Skip-test-pull-repeated-during-CI.patch:
index 7b262872075f511ff5eae188feb94d68a14e55cd..c99610f297b4e685d2bfc0940faaf505998428dd 100644 (file)
@@ -23,6 +23,7 @@ Copyright:
  © 2015 Canonical Ltd.
  © 2017-2018 Endless Mobile, Inc.
  © 2018 Matthew Leeds
+ © 2018 Sinny Kumari
 License: LGPL-2+
 
 Files:
diff --git a/debian/patches/lib-pull-Fix-minor-memleak-in-error-path.patch b/debian/patches/lib-pull-Fix-minor-memleak-in-error-path.patch
deleted file mode 100644 (file)
index 36d625b..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Colin Walters <walters@verbum.org>
-Date: Thu, 19 Jul 2018 12:46:23 +0000
-Subject: lib/pull: Fix minor memleak in error path
-
-Spotted by a downstream Coverity build.
-
-Bug: #1684
-Reviewed-by: jlebon
-Origin: upstream, 2018.8, commit:93da56842259f18bde23daf17dcefcf213b30b81
----
- src/libostree/ostree-repo-pull.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c
-index 9553272..a8fee07 100644
---- a/src/libostree/ostree-repo-pull.c
-+++ b/src/libostree/ostree-repo-pull.c
-@@ -4131,7 +4131,6 @@ ostree_repo_pull_with_options (OstreeRepo             *self,
-           {
-             const char *delta;
-             g_autoptr(GVariant) csum_v = NULL;
--            guchar *csum_data = g_malloc (OSTREE_SHA256_DIGEST_LEN);
-             g_autoptr(GVariant) ref = g_variant_get_child_value (deltas, i);
-             g_variant_get_child (ref, 0, "&s", &delta);
-@@ -4140,6 +4139,7 @@ ostree_repo_pull_with_options (OstreeRepo             *self,
-             if (!validate_variant_is_csum (csum_v, error))
-               goto out;
-+            guchar *csum_data = g_malloc (OSTREE_SHA256_DIGEST_LEN);
-             memcpy (csum_data, ostree_checksum_bytes_peek (csum_v), 32);
-             g_hash_table_insert (pull_data->summary_deltas_checksums,
-                                  g_strdup (delta),
index 9adee3315e58adb9c7a6c5d5c950952d18438d7a..b73e566a722cdb595a2da78c1c1ef5f43703efb2 100644 (file)
@@ -1,2 +1 @@
-lib-pull-Fix-minor-memleak-in-error-path.patch
 debian/Skip-test-pull-repeated-during-CI.patch